UserVariable Class

Represents a user-defined variable.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.UserVariable

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class UserVariable
Public Class UserVariable

 

The UserVariable class exposes the following members.

Methods

  Name Description
Remove Removes a user-defined variable.

Properties

  Name Description
Id The ID of a variable.
Name The name of a variable.
Removed Checks whether the variable is removed.

See also

IntervalZero.KINGSTAR.Base.Class Namespace